Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
qsnake
/
py2js
Public
Notifications
You must be signed in to change notification settings
Fork
17
Star
91
Code
Issues
7
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Provide a setup.py file for installation and packaging
- #18
#18
Open
thenewguy
wants to merge 14 commits into
qsnake:master
qsnake/py2js:master
from
thenewguy:dev
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Provide a setup.py file for installation and packaging
#18
thenewguy
wants to merge 14 commits into
qsnake:master
qsnake/py2js:master
from
thenewguy:dev
Copy head branch name to clipboard
Commits
Commits on Nov 18, 2011
create a simple setup.py script so py2js can be installed with the standard python setup.py install approach
thenewguy
committed
b7eef37
View commit details
Copy full SHA for b7eef37
Browse repository at this point
update for compliance
thenewguy
committed
ebfbec5
View commit details
Copy full SHA for ebfbec5
Browse repository at this point
add required author information. from http://groups.google.com/group/py2js/msg/fe5b9df5b9273591 , Ondrej Certik should be listed as the main author for the setup script.
thenewguy
committed
13d10b4
View commit details
Copy full SHA for 13d10b4
Browse repository at this point
ignore generated files
thenewguy
committed
c58ec0d
View commit details
Copy full SHA for c58ec0d
Browse repository at this point
Commits on Nov 19, 2011
provides version information using git describe
thenewguy
committed
0a0e30d
View commit details
Copy full SHA for 0a0e30d
Browse repository at this point
supply version information using get_version() from _version.py
thenewguy
committed
e20f5f9
View commit details
Copy full SHA for e20f5f9
Browse repository at this point
make version information easily available from inside the module
thenewguy
committed
db38a0f
View commit details
Copy full SHA for db38a0f
Browse repository at this point
provide a manifest template so that "python setup.py sdist" will contain files required for installation that the default template omits
thenewguy
committed
95ffef4
View commit details
Copy full SHA for 95ffef4
Browse repository at this point
provide a version info tuple so that the version string does not need to be manually parsed.
thenewguy
committed
61ea83f
View commit details
Copy full SHA for 61ea83f
Browse repository at this point
parse version strings that do not have a commit hash... e.g. 'v0.1.0'
thenewguy
committed
e8813d6
View commit details
Copy full SHA for e8813d6
Browse repository at this point
provide an example of the tuple returned from parse_version when the hash is not present in the version string
thenewguy
committed
5fa814a
View commit details
Copy full SHA for 5fa814a
Browse repository at this point
automatically install unittest2 for python version < (2,7)
thenewguy
committed
5e165a8
View commit details
Copy full SHA for 5e165a8
Browse repository at this point
include tests in the distribution tarball so that they can be tested after installation
thenewguy
committed
a34aef9
View commit details
Copy full SHA for a34aef9
Browse repository at this point
write the Windows version comparison in a more readable manner
thenewguy
committed
4137954
View commit details
Copy full SHA for 4137954
Browse repository at this point
You can’t perform that action at this time.