|
1 | 1 | Metadata-Version: 2.1 |
2 | 2 | Name: pyforchange |
3 | | -Version: 2.0.1 |
4 | | -Summary: Python For Change ================= Welcome to the community! ------------------------- Python For Change is a **open source** project. {: .fs-6 .fw-300 } `Get started now <https://github.com/PythonForChange/pythonforchange.github.io>`__\ {: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } `View on Github <https://github.com/PythonForChange>`__\ {: .btn .fs-5 .mb-4 .mb-md-0 } Our software ~~~~~~~~~~~~ - `Covid Plot <https://pythonforchange.github.io/covidplot>`__ - `Python For Change FilesFormat <https://pythonforchange.github.io/filesformat>`__ Installation (last stable version) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. Install pyforchange :: pip install pyforchange 2. Import pyforchange in your python file .. code:: python import pyforchange 3. Enjoy! Contributing ~~~~~~~~~~~~ Learn more about how to help others contribute, check out the `CONTRIBUTING GUIDELINES <https://pythonforchange.github.io/CodeOfConduct/>`__ for repository contributors. Credits ~~~~~~~ - **Emmanuel Norambuena** - *initial work* - `Eanorambuena <https://github.com/eanorambuena>`__ - **Community** - *contributing* - **Andrés Villanueva** - *this web page is based on the README made by him* - `Villanuevand <https://github.com/Villanuevand>`__ - **Just the Docs** - *this site uses their documentation theme for Jekyll* - `View in Github <https://github.com/pmarsceill/just-the-docs>`__ License ~~~~~~~ This proyect is under the `MIT License <https://pythonforchange.github.io/license>`__. Made with ~~~~~~~~~ - `Python <https://www.python.org/>`__ - Programming language Wiki ~~~~ You can find much more about how to use this project in our `Wiki <https://github.com/PythonForChange/pythonforchange.github.io/wiki>`__ 📖 Support or Contact ~~~~~~~~~~~~~~~~~~ Having trouble with Python For Change Software? Check out our `documentation <https://pythonforchange.github.io/>`__. -------------- ⌨️ with ❤️ by `Eanorambuena <https://github.com/eanorambuena>`__ 😊 |
| 3 | +Version: 2.0.3 |
| 4 | +Summary: pythonforchange.github.io |
5 | 5 | Home-page: https://github.com/PythonForChange/pyforchange |
6 | 6 | Author: Python For Change |
7 | 7 | Author-email: pythonforchange@gmail.com |
8 | 8 | License: MIT |
9 | | -Download-URL: https://github.com/PythonForChange/pyforchange/archive/refs/tags/v2.0.1.tar.gz |
| 9 | +Download-URL: https://github.com/PythonForChange/pyforchange/archive/refs/tags/v2.0.3.tar.gz |
10 | 10 | Description: Python For Change |
11 | 11 | ================= |
12 | 12 |
|
13 | 13 | Welcome to the community! |
14 | 14 | ------------------------- |
15 | 15 |
|
16 | | - Python For Change is a **open source** project. {: .fs-6 .fw-300 } |
| 16 | + Python For Change is a **open source** project. |
17 | 17 |
|
18 | | - `Get started |
19 | | - now <https://github.com/PythonForChange/pythonforchange.github.io>`__\ {: |
20 | | - .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 } `View on |
21 | | - Github <https://github.com/PythonForChange>`__\ {: .btn .fs-5 .mb-4 |
22 | | - .mb-md-0 } |
| 18 | + [Get started |
| 19 | + now](https://github.com/PythonForChange/pythonforchange.github.io) |
23 | 20 |
|
24 | | - Our software |
25 | | - ~~~~~~~~~~~~ |
| 21 | + [View on |
| 22 | + Github](https://github.com/PythonForChange) |
26 | 23 |
|
27 | | - - `Covid Plot <https://pythonforchange.github.io/covidplot>`__ |
28 | | - - `Python For Change |
29 | | - FilesFormat <https://pythonforchange.github.io/filesformat>`__ |
30 | 24 |
|
31 | | - Installation (last stable version) |
32 | | - ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 25 | + ### Our software |
33 | 26 |
|
34 | | - 1. Install pyforchange |
| 27 | + - [Covid Plot](https://pythonforchange.github.io/covidplot) |
| 28 | + - [Python For Change Format](https://pythonforchange.github.io/format) |
| 29 | + - [Cell](https://pythonforchange.github.io/cell) |
35 | 30 |
|
36 | | - :: |
| 31 | + ### Installation (last stable version) |
37 | 32 |
|
38 | | - pip install pyforchange |
| 33 | + 1. Install pyforchange |
39 | 34 |
|
40 | | - 2. Import pyforchange in your python file |
| 35 | + pip install pyforchange |
41 | 36 |
|
42 | | - .. code:: python |
| 37 | + 2. Import pyforchange in your python file |
43 | 38 |
|
44 | | - import pyforchange |
| 39 | + ``` {.python} |
| 40 | + import pyforchange |
| 41 | + ``` |
45 | 42 |
|
46 | | - 3. Enjoy! |
| 43 | + 3. Enjoy! |
47 | 44 |
|
48 | | - Contributing |
49 | | - ~~~~~~~~~~~~ |
| 45 | + ### Contributing |
50 | 46 |
|
51 | 47 | Learn more about how to help others contribute, check out the |
52 | | - `CONTRIBUTING |
53 | | - GUIDELINES <https://pythonforchange.github.io/CodeOfConduct/>`__ for |
| 48 | + [CONTRIBUTING |
| 49 | + GUIDELINES](https://pythonforchange.github.io/CodeOfConduct/) for |
54 | 50 | repository contributors. |
55 | 51 |
|
56 | | - Credits |
57 | | - ~~~~~~~ |
| 52 | + ### Credits |
58 | 53 |
|
59 | | - - **Emmanuel Norambuena** - *initial work* - |
60 | | - `Eanorambuena <https://github.com/eanorambuena>`__ |
61 | | - - **Community** - *contributing* |
62 | | - - **Andrés Villanueva** - *this web page is based on the README made by |
63 | | - him* - `Villanuevand <https://github.com/Villanuevand>`__ |
64 | | - - **Just the Docs** - *this site uses their documentation theme for |
65 | | - Jekyll* - `View in |
66 | | - Github <https://github.com/pmarsceill/just-the-docs>`__ |
| 54 | + - **Emmanuel Norambuena** - *initial work* - |
| 55 | + [Eanorambuena](https://github.com/eanorambuena) |
| 56 | + - **Community** - *contributing* |
| 57 | + - **Andrés Villanueva** - *this web page is based on the README made |
| 58 | + by him* - [Villanuevand](https://github.com/Villanuevand) |
| 59 | + - **Just the Docs** - *this site uses their documentation theme for |
| 60 | + Jekyll* - [View in |
| 61 | + Github](https://github.com/pmarsceill/just-the-docs) |
67 | 62 |
|
68 | | - License |
69 | | - ~~~~~~~ |
| 63 | + ### License |
70 | 64 |
|
71 | | - This proyect is under the `MIT |
72 | | - License <https://pythonforchange.github.io/license>`__. |
| 65 | + This proyect is under the [MIT |
| 66 | + License](https://pythonforchange.github.io/license). |
73 | 67 |
|
74 | | - Made with |
75 | | - ~~~~~~~~~ |
| 68 | + ### Made with |
76 | 69 |
|
77 | | - - `Python <https://www.python.org/>`__ - Programming language |
| 70 | + - [Python](https://www.python.org/) - Programming language |
78 | 71 |
|
79 | | - Wiki |
80 | | - ~~~~ |
| 72 | + ### Wiki |
81 | 73 |
|
82 | 74 | You can find much more about how to use this project in our |
83 | | - `Wiki <https://github.com/PythonForChange/pythonforchange.github.io/wiki>`__ |
| 75 | + [Wiki](https://github.com/PythonForChange/pythonforchange.github.io/wiki) |
84 | 76 | 📖 |
85 | 77 |
|
86 | | - Support or Contact |
87 | | - ~~~~~~~~~~~~~~~~~~ |
| 78 | + ### Support or Contact |
88 | 79 |
|
89 | 80 | Having trouble with Python For Change Software? Check out our |
90 | | - `documentation <https://pythonforchange.github.io/>`__. |
| 81 | + [documentation](https://pythonforchange.github.io/). |
91 | 82 |
|
92 | | - -------------- |
| 83 | + * * * * * |
93 | 84 |
|
94 | | - ⌨️ with ❤️ by `Eanorambuena <https://github.com/eanorambuena>`__ 😊 |
| 85 | + ⌨️ with ❤️ by [Eanorambuena](https://github.com/eanorambuena) 😊 |
95 | 86 |
|
96 | | -Keywords: testing,logging,example |
| 87 | +Keywords: covid,qiskit,language,plot,files |
97 | 88 | Platform: UNKNOWN |
98 | 89 | Classifier: Programming Language :: Python :: 3 |
99 | | -Description-Content-Type: text/x-rst |
| 90 | +Classifier: Intended Audience :: Developers |
| 91 | +Classifier: License :: OSI Approved :: MIT License |
| 92 | +Classifier: Natural Language :: English |
| 93 | +Classifier: Operating System :: OS Independent |
| 94 | +Classifier: Topic :: Text Processing :: Markup |
| 95 | +Description-Content-Type: text/markdown |
0 commit comments