https://github.com/aunyks/npm-python
A Python package on NPM!
https://github.com/aunyks/npm-python
Last synced: 2 months ago
JSON representation
A Python package on NPM!
- Host: GitHub
- URL: https://github.com/aunyks/npm-python
- Owner: aunyks
- Created: 2016-12-23T16:55:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T19:50:38.000Z (over 8 years ago)
- Last Synced: 2025-03-18T15:52:01.841Z (3 months ago)
- Language: Python
- Homepage: https://www.npmjs.com/package/npm-python
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm-python
This is just a Hello World Python project hosted on NPM.
It's merely a proof-of-concept that says "Hello World"!To install and run this package, paste the following line into the terminal:
```
git clone https://github.com/aunyks/npm-python.git && cd npm-python && npm test
```