-
Notifications
You must be signed in to change notification settings - Fork 48
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 #165 from jdiegodcp/v0.2.1-dev
Merging the updates from past dev branch with new small changes that allow us to work properly with most recent dependencies
- Loading branch information
Showing
233 changed files
with
12,315 additions
and
2,533 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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
__pycache__/ | ||
*.py[cod] | ||
*.so | ||
.eggs/ | ||
.idea/ | ||
.Python | ||
env/ | ||
bin/ | ||
|
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,11 +1,12 @@ | ||
Credits | ||
------- | ||
|
||
``ramlfications`` is maintained by `Juan De la Cruz <https://github.com/jdiegodcp>`_ and thanks to various | ||
``ramlfications`` is written and maintained by `Juan De la Cruz <https://github.com/jdiegodcp>`_ and thanks various | ||
contributors: | ||
|
||
- `Lynn Root <https://github.com/econchick>`_ | ||
- `Ben Powell <https://github.com/bpowell65536>`_ | ||
- `Hynek Schlawack <https://github.com/hynek>`_ | ||
- `Matt Montag <https://github.com/mmontag>`_ | ||
- `Piët Delport <https://github.com/pjdelport>`_ | ||
|
||
- `Pierre Tardy <https://github.com/tardyp>`_ | ||
- `Pi Delport <https://github.com/PiDelport>`_ |
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,47 +1,69 @@ | ||
How To Contribute | ||
================= | ||
|
||
Every open source project lives from the generous help by contributors that sacrifice their time and ``ramlfications`` is no different. | ||
Every open source project lives from the generous help by contributors | ||
that sacrifice their time and ``ramlfications`` is no different. | ||
|
||
To make participation as pleasant as possible, this project adheres to the `Code of Conduct`_ by the Python Software Foundation. | ||
To make participation as pleasant as possible, this project adheres to | ||
the `Code of Conduct`_ by the Python Software Foundation. | ||
|
||
Here are a few hints and rules to get you started: | ||
|
||
- Current status of the project (including issues & PRs) can be seen on our `waffle.io`_ page. | ||
- Current status of the project (including issues & PRs) can be seen on | ||
our `waffle.io`_ page. | ||
- Meaning of GitHub labels: | ||
- ``help wanted``: Feeling generous with your time? These issues are up for grabs. Ask any questions in the comments of the issue. | ||
- ``in progress``: This issue is currently being worked on. | ||
- ``ready``: Issue/bug has been confirmed, and is available for anyone to work on. | ||
- ``feature``: Feature/idea to extend ``ramlfications``. | ||
- ``bug``: A bug or issue within ``ramlfications``. | ||
- ``no repro``: A filled bug that can not be reproduced (feel free to comment/reopen if you find you are seeing this bug). | ||
- ``wontfix``: A filled issue deemed not relevant to the project in some way. | ||
- ``duplicate``: Either duplicate issue or PR. | ||
- ``help wanted``: | ||
Feeling generous with your time? These issues are up for grabs. | ||
Ask any questions in the comments of the issue. | ||
- ``in progress``: | ||
This issue is currently being worked on. | ||
- ``ready``: | ||
Issue/bug has been confirmed, and is available for anyone to work on. | ||
- ``feature``: | ||
Feature/idea to extend ``ramlfications``. | ||
- ``bug``: | ||
A bug or issue within ``ramlfications``. | ||
- ``no repro``: | ||
A filled bug that can not be reproduced (feel free to | ||
comment/reopen if you find you are seeing this bug). | ||
- ``wontfix``: | ||
A filled issue deemed not relevant to the project in some way. | ||
- ``duplicate``: | ||
Either duplicate issue or PR. | ||
|
||
- Take a look at the :doc:`wishlist` for inspiration. | ||
- Any GitHub issue that is labeled ``ready`` is up for grabs. | ||
- Add yourself to the AUTHORS.rst_ file in an alphabetical fashion. | ||
Every contribution is valuable and shall be credited. | ||
- If your change is noteworthy, add an entry to the changelog_. | ||
- No contribution is too small; please submit as many fixes for typos and grammar bloopers as you can! | ||
- No contribution is too small; please submit as many fixes for typos | ||
and grammar bloopers as you can! | ||
- *Always* add tests and docs for your code. | ||
This is a hard rule; patches with missing tests or documentation won’t be merged – if a feature is not tested or documented, it doesn’t exist. | ||
This is a hard rule; patches with missing tests or documentation won’t | ||
be merged – if a feature is not tested or documented, it doesn’t | ||
exist. | ||
- Obey `PEP 8`_ and `PEP 257`_. | ||
- Write `good commit messages`_. | ||
|
||
.. note:: | ||
If you have something great but aren’t sure whether it adheres -- or even can adhere -- to the rules above: **please submit a pull request anyway**! | ||
If you have something great but aren’t sure whether it adheres -- or | ||
even can adhere -- to the rules above: **please submit a pull request | ||
anyway**! | ||
|
||
In the best case, we can mold it into something, in the worst case the pull request gets politely closed. | ||
In the best case, we can mold it into something, in the worst case | ||
the pull request gets politely closed. | ||
There’s absolutely nothing to fear. | ||
|
||
Thank you for considering to contribute to ``ramlfications``! | ||
|
||
|
||
.. _`PEP 8`: http://www.python.org/dev/peps/pep-0008/ | ||
.. _`PEP 257`: http://www.python.org/dev/peps/pep-0257/ | ||
.. _`good commit messages`: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html | ||
.. _`good commit messages`: | ||
http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html | ||
.. _`Code of Conduct`: https://www.python.org/psf/codeofconduct/ | ||
.. _changelog: https://github.com/spotify/ramlfications/blob/master/docs/changelog.rst | ||
.. _AUTHORS.rst: https://github.com/spotify/ramlfications/blob/master/AUTHORS.rst | ||
.. _changelog: | ||
https://github.com/spotify/ramlfications/blob/master/docs/changelog.rst | ||
.. _AUTHORS.rst: | ||
https://github.com/spotify/ramlfications/blob/master/AUTHORS.rst | ||
.. _`waffle.io`: https://waffle.io/spotify/ramlfications |
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 |
---|---|---|
|
@@ -37,7 +37,7 @@ The latest stable version can be found on PyPI_, and you can install via pip_:: | |
|
||
$ pip install ramlfications | ||
|
||
``ramlfications`` runs on Python 2.6, 2.7, and 3.3+, and PyPy. Both Linux and OS X are supported. Currently, only RAML 0.8 is supported, but there are plans_ to support 1.0. | ||
``ramlfications`` runs on Python 3.10+, and PyPy. Linux , OS X and Windows are supported. Currently, only RAML 0.8 is supported, but there are plans_ to support 1.0. | ||
|
||
Continue onto `usage`_ to get started on using ``ramlfications``. | ||
|
||
|
@@ -55,12 +55,12 @@ System requirements: | |
|
||
- C Compiler (gcc/clang/etc.) | ||
- If on Linux - you'll need to install Python headers (e.g. ``apt-get install python-dev``) | ||
- Python 2.6, 2.7, 3.3+, or PyPy | ||
- Python 3.10+, or PyPy | ||
- virtualenv_ | ||
|
||
Here's how to set your machine up:: | ||
|
||
$ git clone [email protected]:spotify/ramlfications | ||
$ git clone [email protected]:jdiegodcp/ramlfications | ||
$ cd ramlfications | ||
$ virtualenv env | ||
$ source env/bin/activate | ||
|
@@ -77,10 +77,10 @@ To run all tests:: | |
|
||
(env) $ tox | ||
|
||
To run a specific test setup (options include: ``py26``, ``py27``, ``py33``, ``py34``, ``py35``, ``pypy``, | ||
To run a specific test setup (options include: ``py310``, ``py311``, ``py312``, ``pypy``, | ||
``flake8``, ``verbose``, ``manifest``, ``docs``, ``setup``, ``setupcov``):: | ||
|
||
(env) $ tox -e py26 | ||
(env) $ tox -e py310 | ||
|
||
To run tests without tox:: | ||
|
||
|
@@ -107,10 +107,18 @@ Then within ``ramlfications/docs/_build`` you can open the index.html page in yo | |
|
||
Project History | ||
^^^^^^^^^^^^^^^ | ||
|
||
Ramlfications was originally created by Spotify engineer github.com/econchick, but is currently not in use at Spotify. The project was discontinued | ||
in April 2022 and transferred to an external maintainer. | ||
|
||
|
||
Still have issues? | ||
^^^^^^^^^^^^^^^^^^ | ||
|
||
Feel free to drop by ``#ramlfications`` on Freenode (`webchat`_) or ping via `X`_. | ||
"jdiegodcp" is the maintainer, a.k.a `jdiegodcp`_ on GitHub. | ||
|
||
|
||
.. _pip: https://pip.pypa.io/en/latest/installing.html#install-pip | ||
.. _PyPI: https://pypi.python.org/project/ramlfications/ | ||
.. _virtualenv: https://virtualenv.pypa.io/en/latest/ | ||
|
@@ -121,7 +129,7 @@ in April 2022 and transferred to an external maintainer. | |
.. _`usage`: https://ramlfications.readthedocs.io/en/latest/usage.html | ||
.. _`How to Contribute`: https://ramlfications.readthedocs.io/en/latest/contributing.html | ||
.. _`webchat`: http://webchat.freenode.net?channels=%23ramlfications&uio=ND10cnVlJjk9dHJ1ZQb4 | ||
.. _`econchick`: https://github.com/econchick | ||
.. _`Twitter`: https://twitter.com/roguelynn | ||
.. _`jdiegodcp`: https://github.com/jdiegodcp | ||
.. _`Twitter`: https://twitter.com/jdiegodcp | ||
.. _`project management`: https://waffle.io/spotify/ramlfications | ||
.. _plans: https://github.com/spotify/ramlfications/issues/54 |
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,11 @@ | ||
-r requirements.txt | ||
Sphinx==1.2.3 | ||
check-manifest==0.21 | ||
coverage==3.7.1 | ||
flake8==2.2.3 | ||
sphinx-rtd-theme==0.1.6 | ||
tox==1.9.0 | ||
pytest==2.6.4 | ||
pytest-cov==1.8.1 | ||
mock==1.0.1 | ||
pytest-mock==0.4.3 | ||
pytest-localserver==0.3.4 | ||
Sphinx==7.2.6 | ||
check-manifest==0.46 | ||
coverage==7.4.1 | ||
flake8==7.0.0 | ||
tox==4.12.1 | ||
pytest==8.0.0 | ||
pytest-cov==4.1.0 | ||
mock==5.1.0 | ||
pytest-mock==3.12.0 | ||
pytest-localserver==0.8.1 |
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
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.