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
Accelerator
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
Type
/
to 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 }}
jaesc
/
python-can
Public
forked from
hardbyte/python-can
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-can
setup.py
on
develop
User selector
All users
All time
Commit history
Commits on Jan 14, 2021
Add NI-XNET dependency to setup.py
jaesc
committed
8fd6aa3
View commit details
Copy full SHA for 8fd6aa3
View code at this point
Browse repository at this point
Commits on Dec 13, 2020
Add udp multicast bus (#644)
Show description for 7ddea9e
felixdivo
authored
7ddea9e
View commit details
Copy full SHA for 7ddea9e
View code at this point
Browse repository at this point
Commits on Dec 2, 2020
Format code with black
tojoh511
committed
e9b9cea
View commit details
Copy full SHA for e9b9cea
View code at this point
Browse repository at this point
Commits on Nov 25, 2020
removes setuptools from install requires (#945)
Show description for 9c3fc16
kdschlosser
authored
9c3fc16
View commit details
Copy full SHA for 9c3fc16
View code at this point
Browse repository at this point
Commits on Nov 22, 2020
Merge branch 'develop' into move_filelock
hardbyte
authored
d5df3ca
View commit details
Copy full SHA for d5df3ca
View code at this point
Browse repository at this point
Merge branch 'develop' into mypy_extensions_fix
hardbyte
authored
e402e11
View commit details
Copy full SHA for e402e11
View code at this point
Browse repository at this point
Commits on Nov 21, 2020
removes whitespace from mypy_extension in install_requires.
Show description for 163805e
kdschlosser
committed
163805e
View commit details
Copy full SHA for 163805e
View code at this point
Browse repository at this point
move "filelock" to neovi dependencies
zariiii9003
committed
e90dd9f
View commit details
Copy full SHA for e90dd9f
View code at this point
Browse repository at this point
Commits on Nov 16, 2020
Merge branch 'develop' into feature/gs-usb-support
hardbyte
authored
17f05d7
View commit details
Copy full SHA for 17f05d7
View code at this point
Browse repository at this point
Commits on Oct 22, 2020
Add install requires for gs_usb interface
jxltom
committed
ab9d4a3
View commit details
Copy full SHA for ab9d4a3
View code at this point
Browse repository at this point
Commits on Oct 14, 2020
Add comment to setup.py
Show description for 2d10303
hardbyte
authored
2d10303
View commit details
Copy full SHA for 2d10303
View code at this point
Browse repository at this point
Commits on Oct 12, 2020
Add missing "setuptools" dependency in setup.py
Show description for e98b25c
philsc
committed
e98b25c
View commit details
Copy full SHA for e98b25c
View code at this point
Browse repository at this point
Commits on Aug 4, 2020
Merge branch 'develop' into enum_change
hardbyte
authored
5381aa1
View commit details
Copy full SHA for 5381aa1
View code at this point
Browse repository at this point
Adds CANtact interface (#853)
ericevenchick
authored
1a6ecfc
View commit details
Copy full SHA for 1a6ecfc
View code at this point
Browse repository at this point
Commits on Jul 31, 2020
use IntEnum instead of Enum, remove aenum dependency
zariiii9003
committed
13625ea
View commit details
Copy full SHA for 13625ea
View code at this point
Browse repository at this point
Commits on Jul 9, 2020
Linting setup.py
hardbyte
committed
343a0d7
View commit details
Copy full SHA for 343a0d7
View code at this point
Browse repository at this point
setup.py doesn't really need a module docstring
hardbyte
committed
9fe97d0
View commit details
Copy full SHA for 9fe97d0
View code at this point
Browse repository at this point
Set version to 4.0.0-dev
hardbyte
committed
82599c0
View commit details
Copy full SHA for 82599c0
View code at this point
Browse repository at this point
Commits on May 23, 2020
use tox instead of 'setup.py test' (#833)
Show description for 80f6952
zariiii9003
authored
80f6952
View commit details
Copy full SHA for 80f6952
View code at this point
Browse repository at this point
Commits on Dec 24, 2019
Exclude all test packages, not just toplevel (#740)
chrisoro
authored and
hardbyte
committed
dcd694e
View commit details
Copy full SHA for dcd694e
View code at this point
Browse repository at this point
Commits on Dec 23, 2019
Update test deps (#745)
Show description for 638bbeb
hardbyte
authored
638bbeb
View commit details
Copy full SHA for 638bbeb
View code at this point
Browse repository at this point
Commits on Sep 12, 2019
removing coding: utf-8 directive also from setup.py
felixdivo
committed
9e0520b
View commit details
Copy full SHA for 9e0520b
View code at this point
Browse repository at this point
add setup.py to linter check
felixdivo
committed
63572da
View commit details
Copy full SHA for 63572da
View code at this point
Browse repository at this point
Commits on Aug 6, 2019
add pywin32 to setup.py
zariiii9003
committed
3c5edf8
View commit details
Copy full SHA for 3c5edf8
View code at this point
Browse repository at this point
Commits on Jul 29, 2019
Add typing annotations for functions in can.bus (#652)
Show description for 0019438
karlding
authored and
hardbyte
committed
0019438
View commit details
Copy full SHA for 0019438
View code at this point
Browse repository at this point
Commits on Jul 4, 2019
setup.py: require pytest-runner only when necessary (#633)
Show description for 1892dc5
texierp
authored and
hardbyte
committed
1892dc5
View commit details
Copy full SHA for 1892dc5
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
Merge branch 'develop' into seeedstudio
felixdivo
authored
d483472
View commit details
Copy full SHA for d483472
View code at this point
Browse repository at this point
Commits on Jun 12, 2019
corrected crc calc and removed crccheck package.
shedfly
committed
fde4fdd
View commit details
Copy full SHA for fde4fdd
View code at this point
Browse repository at this point
Commits on Jun 11, 2019
Using doubles quote since Black refers double quotes
Pierre-Luc Tessier Gagné
committed
e18c2d5
View commit details
Copy full SHA for e18c2d5
View code at this point
Browse repository at this point
Adding filelock to neovi extra requirements
Pierre-Luc Tessier Gagné
committed
c2e767b
View commit details
Copy full SHA for c2e767b
View code at this point
Browse repository at this point
Use inter-process mutex to prevent concurrent neoVI device open
Show description for 2a61ed9
Pierre-Luc Tessier Gagné
committed
2a61ed9
View commit details
Copy full SHA for 2a61ed9
View code at this point
Browse repository at this point
Commits on Jun 9, 2019
Merge branch 'develop' into seeedstudio
felixdivo
authored
8530dac
View commit details
Copy full SHA for 8530dac
View code at this point
Browse repository at this point
tidy up merge conflicts.
shedfly
committed
19287be
View commit details
Copy full SHA for 19287be
View code at this point
Browse repository at this point
update option name in setup.py to seeedstudio.
shedfly
committed
aad6d66
View commit details
Copy full SHA for aad6d66
View code at this point
Browse repository at this point
Commits on Jun 2, 2019
Remove dependency on Six (#607)
Show description for a7a9c09
Lauszus
authored and
hardbyte
committed
a7a9c09
View commit details
Copy full SHA for a7a9c09
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.