-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from compmec/dev
v1.1.0 - refactor - change package name
- Loading branch information
Showing
33 changed files
with
335 additions
and
280 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,10 @@ | |
[![Python Versions][pyversions-img]][pyversions-url] | ||
[![License: MIT][license-img]][license-url] | ||
|
||
![compmec-nurbs logo](docs/source/img/logo.svg) | ||
![pynurbs logo](docs/source/img/logo.svg) | ||
|
||
A object-oriented python package for parametrized geometry which supports [Custom objects](https://compmec-nurbs.readthedocs.io/en/latest/rst/custom_objects.html). | ||
A pure object-oriented python package for parametrized geometry which supports [Custom objects](https://pynurbs.readthedocs.io/en/latest/rst/custom_objects.html). | ||
|
||
For now, it supports only 1D-objects (curves). | ||
|
||
## Features | ||
|
||
|
@@ -34,14 +33,14 @@ For now, it supports only 1D-objects (curves). | |
This library is available in [PyPI][pypi-url]. To install it | ||
|
||
``` | ||
pip install compmec-nurbs | ||
pip install pynurbs | ||
``` | ||
|
||
For more details, refer to the [documentation][docs-url]. | ||
|
||
## Documentation | ||
|
||
The documentation can be found at [compmec-nurbs.readthedocs.io][docs-url] | ||
The documentation can be found at [pynurbs.readthedocs.io][docs-url] | ||
|
||
|
||
## Contribute | ||
|
@@ -53,19 +52,19 @@ Please use the [Issues][issues-url] or refer to the email ```[email protected] | |
<!-- Badges: --> | ||
|
||
[nurbswiki-url]: https://pt.wikipedia.org/wiki/NURBS | ||
[lintblack-img]: https://github.com/compmec/nurbs/actions/workflows/black.yaml/badge.svg | ||
[lintblack-url]: https://github.com/compmec/nurbs/actions/workflows/black.yaml | ||
[docs-img]: https://readthedocs.org/projects/compmec-nurbs/badge/?version=latest | ||
[docs-url]: https://compmec-nurbs.readthedocs.io/en/latest/?badge=latest | ||
[pypi-img]: https://img.shields.io/pypi/v/compmec-nurbs | ||
[pypi-url]: https://pypi.org/project/compmec-nurbs/ | ||
[build-img]: https://github.com/compmec/nurbs/actions/workflows/build.yaml/badge.svg | ||
[build-url]: https://github.com/compmec/nurbs/actions/workflows/build.yaml | ||
[coverage-img]: https://codecov.io/gh/compmec/nurbs/branch/main/graph/badge.svg?token=vfGMPe9W3I | ||
[coverage-url]: https://codecov.io/gh/compmec/nurbs | ||
[pyversions-img]: https://img.shields.io/pypi/pyversions/compmec-nurbs.svg?style=flat-square | ||
[pyversions-url]: https://pypi.org/project/compmec-nurbs/ | ||
[lintblack-img]: https://github.com/compmec/pynurbs/actions/workflows/black.yaml/badge.svg | ||
[lintblack-url]: https://github.com/compmec/pynurbs/actions/workflows/black.yaml | ||
[docs-img]: https://readthedocs.org/projects/pynurbs/badge/?version=latest | ||
[docs-url]: https://pynurbs.readthedocs.io/en/latest/?badge=latest | ||
[pypi-img]: https://img.shields.io/pypi/v/pynurbs | ||
[pypi-url]: https://pypi.org/project/pynurbs/ | ||
[build-img]: https://github.com/compmec/pynurbs/actions/workflows/build.yaml/badge.svg | ||
[build-url]: https://github.com/compmec/pynurbs/actions/workflows/build.yaml | ||
[coverage-img]: https://codecov.io/gh/compmec/pynurbs/branch/main/graph/badge.svg?token=vfGMPe9W3I | ||
[coverage-url]: https://codecov.io/gh/compmec/pynurbs | ||
[pyversions-img]: https://img.shields.io/pypi/pyversions/pynurbs.svg?style=flat-square | ||
[pyversions-url]: https://pypi.org/project/pynurbs/ | ||
[license-img]: https://img.shields.io/pypi/l/ansicolortags.svg | ||
[license-url]: https://github.com/compmec/nurbs/blob/main/LICENSE.md | ||
[pypi-url]: https://pypi.org/project/compmec-nurbs/ | ||
[issues-url]: https://github.com/compmec/nurbs/issues | ||
[license-url]: https://github.com/compmec/pynurbs/blob/main/LICENSE.md | ||
[pypi-url]: https://pypi.org/project/pynurbs/ | ||
[issues-url]: https://github.com/compmec/pynurbs/issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
.. image:: img/logo.svg | ||
:width: 100 % | ||
:alt: compmec-nurbs | ||
:alt: pynurbs | ||
:align: center | ||
|
||
Documentation | ||
============= | ||
|
||
**compmec-nurbs** is a python package for geometry parametrization that provides easy-to-use data structures to describe parametric curves and allows the use of :ref:`custom-objects`. | ||
**pynurbs** is a python package for geometry parametrization that provides easy-to-use data structures to describe parametric curves and allows the use of :ref:`custom-objects`. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
@@ -50,9 +50,9 @@ Support | |
------- | ||
|
||
Raise an issue on the `GitHub issue tracker | ||
<https://github.com/compmec/nurbs/issues>`_ or contact me at | ||
<https://github.com/pynurbs/issues>`_ or contact me at | ||
`[email protected] <mailto:[email protected]>`_. | ||
If you have a request for a feature to be added to the *compmec-nurbs* package, please don't hesitate to get in touch | ||
If you have a request for a feature to be added to the *pynurbs* package, please don't hesitate to get in touch | ||
|
||
License | ||
------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
numpy | ||
compmec-nurbs>=1.0.0 | ||
pynurbs>=1.0.0 | ||
sphinx | ||
sphinx-rtd-theme | ||
sphinx-gallery | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.